public class GphotoAccess extends ValueConstruct
Modifier and Type | Class and Description |
---|---|
static class |
GphotoAccess.Value
Access level.
|
AbstractExtension.AttributesHandler
attrName
localName, namespace
Constructor and Description |
---|
GphotoAccess()
Default mutable constructor.
|
GphotoAccess(java.lang.String value)
Constructor (mutable or immutable).
|
Modifier and Type | Method and Description |
---|---|
static ExtensionDescription |
getDefaultDescription(boolean required,
boolean repeatable)
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
|
java.lang.String |
toString() |
consumeAttributes, equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setRequired, setValue
disableStrictValidation, enableStrictValidation, eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate
public GphotoAccess()
public GphotoAccess(java.lang.String value)
value
- immutable access level or null
for a mutable
access levelpublic static ExtensionDescription getDefaultDescription(boolean required, boolean repeatable)
required
- whether it is requiredrepeatable
- whether it is repeatablepublic java.lang.String toString()
toString
in class java.lang.Object