Class AttributeTypeUtils
- java.lang.Object
-
- org.openforis.collect.designer.metamodel.AttributeTypeUtils
-
public abstract class AttributeTypeUtils extends Object
- Author:
- S. Ricci
-
-
Constructor Summary
Constructors Constructor Description AttributeTypeUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AttributeTypefromLabel(String label)static StringgetLabel(String typeStr)static StringgetLabel(AttributeDefinition attrDefn)static StringgetLabel(AttributeType type)
-
-
-
Method Detail
-
fromLabel
public static AttributeType fromLabel(String label)
-
getLabel
public static String getLabel(AttributeType type)
-
getLabel
public static String getLabel(AttributeDefinition attrDefn)
-
-