PropertyTypeBuilder |
FeatureTypeBuilder.addProperty(AbstractIdentifiedType template) |
Adds the given property in the feature type properties.
|
PropertyTypeBuilder |
FeatureTypeBuilder.getProperty(String name) |
Returns the builder for the property of the given name.
|
PropertyTypeBuilder |
PropertyTypeBuilder.setDefinition(CharSequence definition) |
Sets a concise definition of the element.
|
PropertyTypeBuilder |
PropertyTypeBuilder.setDeprecated(boolean deprecated) |
Sets whether the type is deprecated.
|
PropertyTypeBuilder |
PropertyTypeBuilder.setDescription(CharSequence description) |
Sets optional information beyond that required for concise definition of the element.
|
PropertyTypeBuilder |
PropertyTypeBuilder.setDesignation(CharSequence designation) |
Sets a natural language designator for the element.
|
PropertyTypeBuilder |
PropertyTypeBuilder.setMaximumOccurs(int occurs) |
Sets the maximum number of property values.
|
PropertyTypeBuilder |
PropertyTypeBuilder.setMinimumOccurs(int occurs) |
Sets the minimum number of property values.
|
PropertyTypeBuilder |
PropertyTypeBuilder.setName(CharSequence localPart) |
Sets the PropertyType name as a simple string (local name).
|
PropertyTypeBuilder |
PropertyTypeBuilder.setName(CharSequence... components) |
Sets the PropertyType name as a string in the given scope.
|
PropertyTypeBuilder |
PropertyTypeBuilder.setName(GenericName name) |
Sets the PropertyType name as a generic name.
|