Uses of Class
org.finos.legend.engine.external.format.xml.shared.datatypes.FacetType
-
Packages that use FacetType Package Description org.finos.legend.engine.external.format.xml.shared.datatypes -
-
Uses of FacetType in org.finos.legend.engine.external.format.xml.shared.datatypes
Methods in org.finos.legend.engine.external.format.xml.shared.datatypes that return FacetType Modifier and Type Method Description FacetTypeFacet. getType()FacetTypeSimpleFacet. getType()static FacetTypeFacetType. valueOf(String name)Returns the enum constant of this type with the specified name.static FacetType[]FacetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.finos.legend.engine.external.format.xml.shared.datatypes with parameters of type FacetType Constructor Description SimpleFacet(FacetType type, String value)
-