public interface BlockComponent extends DataComponent
Tagging interface for all block components
Modifier and Type | Method and Description |
---|---|
Count |
getElementCount()
Gets the elementCount property
|
OgcProperty<Count> |
getElementCountProperty()
Gets extra info (name, xlink, etc.) carried by the elementCount property
|
DataComponent |
getElementType()
Gets the elementType property
|
OgcProperty<DataComponent> |
getElementTypeProperty()
Gets extra info (name, xlink, etc.) carried by the elementType property
|
DataEncoding |
getEncoding()
Gets the encoding property
|
EncodedValues |
getValues()
Gets the values property
|
boolean |
isSetEncoding()
Checks if encoding is set
|
boolean |
isSetValues()
Checks if values is set
|
void |
setElementCount(Count elementCount)
Sets the elementCount property
|
void |
setElementType(java.lang.String name,
DataComponent elementType)
Sets the elementType property
|
void |
setEncoding(DataEncoding encoding)
Sets the encoding property
|
void |
setValues(EncodedValues values)
Sets the values property
|
accept, addComponent, assignNewDataBlock, clearData, clone, copy, createDataBlock, getComponent, getComponent, getComponentCount, getComponentIndex, getData, getDefinition, getName, getOptional, getParent, getUpdatable, hasConstraints, hasData, isSetDefinition, isSetOptional, isSetUpdatable, removeComponent, removeComponent, renewDataBlock, setData, setDefinition, setName, setOptional, setUpdatable, unSetOptional, unSetUpdatable, validateData
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
Count getElementCount()
OgcProperty<Count> getElementCountProperty()
void setElementCount(Count elementCount)
DataComponent getElementType()
OgcProperty<DataComponent> getElementTypeProperty()
void setElementType(java.lang.String name, DataComponent elementType)
DataEncoding getEncoding()
boolean isSetEncoding()
void setEncoding(DataEncoding encoding)
EncodedValues getValues()
boolean isSetValues()
void setValues(EncodedValues values)