Package org.cyclos.model.system.networks
Interface InitialCustomField
-
- All Superinterfaces:
HasMessageKey
- All Known Implementing Classes:
NetworkInitialAdField,NetworkInitialContactInfoField,NetworkInitialProfileField
public interface InitialCustomField extends HasMessageKey
Metadata about a custom field that is created when a network is populated
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CustomFieldControlgetControl()Enum<?>[]getEnumeratedValues()CustomFieldSizegetSize()CustomFieldTypegetType()default booleanisDefaultValue(Enum<?> value)Stringname()ValueMatchvalueMatch()-
Methods inherited from interface org.cyclos.utils.HasMessageKey
getMessageKey
-
-
-
-
Method Detail
-
getControl
CustomFieldControl getControl()
-
getEnumeratedValues
Enum<?>[] getEnumeratedValues()
-
getSize
CustomFieldSize getSize()
-
getType
CustomFieldType getType()
-
isDefaultValue
default boolean isDefaultValue(Enum<?> value)
-
name
String name()
-
valueMatch
ValueMatch valueMatch()
-
-