public class ResourceProperty extends AbstractExtension
Modifier and Type | Field and Description |
---|---|
static ResourceProperty |
FALSE |
static ResourceProperty |
TRUE |
Constructor and Description |
---|
ResourceProperty() |
ResourceProperty(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static ExtensionDescription |
getDefaultDescription() |
java.lang.String |
getId() |
java.lang.String |
getValue() |
int |
hashCode() |
void |
setId(java.lang.String resId) |
void |
setValue(java.lang.String value) |
disableStrictValidation, enableStrictValidation, generate, getExtensionLocalName, getExtensionNamespace, getHandler, isImmutable, isStrictValidation, setImmutable
public static final ResourceProperty TRUE
public static final ResourceProperty FALSE
public ResourceProperty()
public ResourceProperty(java.lang.String value)
public static ExtensionDescription getDefaultDescription()
public java.lang.String getId()
public void setId(java.lang.String resId)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object