public class SelectInfoFieldType extends java.lang.Object implements InfoFieldType
| Modifier and Type | Class and Description |
|---|---|
static class |
SelectInfoFieldType.Option |
InfoFieldType.Attribute<T extends InfoFieldType,V>| Modifier and Type | Field and Description |
|---|---|
static InfoFieldType.Attribute<SelectInfoFieldType,java.lang.Boolean> |
INLINE |
static SelectInfoFieldType |
INSTANCE |
static InfoFieldType.Attribute<SelectInfoFieldType,java.lang.Boolean> |
MULTIPLE |
static InfoFieldType.Attribute<SelectInfoFieldType,java.util.Collection<SelectInfoFieldType.Option>> |
OPTIONS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLabelpublic static final InfoFieldType.Attribute<SelectInfoFieldType,java.lang.Boolean> INLINE
public static final SelectInfoFieldType INSTANCE
public static final InfoFieldType.Attribute<SelectInfoFieldType,java.lang.Boolean> MULTIPLE
public static final InfoFieldType.Attribute<SelectInfoFieldType,java.util.Collection<SelectInfoFieldType.Option>> OPTIONS
public java.lang.String getName()
getName in interface InfoFieldType