| Constructor and Description |
|---|
Extension.Field(ExtensionFieldType<?> type,
String value)
Constructs a new
Extension.Field with the given type and value. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ExtensionFieldType<?> |
getType()
Returns the type of the
Extension.Field |
String |
getValue()
Returns the value of the
Extension.Field |
int |
hashCode() |
String |
toString() |
public Extension.Field(ExtensionFieldType<?> type, String value)
Extension.Field with the given type and value.type - the type of the fieldvalue - the value of the fieldpublic ExtensionFieldType<?> getType()
Extension.FieldExtension.Fieldpublic String getValue()
Extension.FieldExtension.FieldCopyright © 2014. All Rights Reserved.