Enum Class PropertyHelper.Attribute
java.lang.Object
java.lang.Enum<PropertyHelper.Attribute>
ch.ethz.sis.openbis.generic.excel.v3.from.helper.PropertyHelper.Attribute
- All Implemented Interfaces:
IAttribute,Serializable,Comparable<PropertyHelper.Attribute>,Constable
- Enclosing class:
PropertyHelper
public static enum PropertyHelper.Attribute
extends Enum<PropertyHelper.Attribute>
implements IAttribute
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanstatic PropertyHelper.AttributeReturns the enum constant of this class with the specified name.static PropertyHelper.Attribute[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Version
-
Code
-
Mandatory
-
DefaultValue
-
ShowInEditViews
-
Section
-
PropertyLabel
-
DataType
-
VocabularyCode
-
Description
-
Metadata
-
DynamicScript
-
OntologyId
-
OntologyVersion
-
OntologyAnnotationId
-
MultiValued
-
Unique
-
Pattern
-
PatternType
-
Internal
-
InternalAssignment
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getHeaderName
- Specified by:
getHeaderNamein interfaceIAttribute
-
isMandatory
public boolean isMandatory()- Specified by:
isMandatoryin interfaceIAttribute
-
isUpperCase
public boolean isUpperCase()- Specified by:
isUpperCasein interfaceIAttribute
-