public final class Property extends AbstractResource implements Comparable<Property>
Constructor and Description |
---|
Property() |
Property(String name,
Occurs occurs,
URI propertyDefinition,
ValueType valueType) |
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
public void addAllowedValue(String allowedValue)
public void addRange(URI range)
public int compareTo(Property o)
compareTo
in interface Comparable<Property>
public String[] getAllowedValues()
public URI getAllowedValuesRef()
public String getDefaultValue()
public String getDescription()
public Integer getMaxSize()
public String getName()
public URI getOccurs()
public URI getPropertyDefinition()
public URI[] getRange()
public URI getRepresentation()
public String getTitle()
public URI getValueShape()
public URI getValueType()
public Boolean isHidden()
public Boolean isMemberProperty()
public Boolean isReadOnly()
public void setAllowedValues(String[] allowedValues)
public void setAllowedValuesRef(URI allowedValuesRef)
public void setDefaultValue(String defaultValue)
public void setDescription(String description)
public void setHidden(Boolean hidden)
public void setMaxSize(Integer maxSize)
public void setMemberProperty(Boolean memberProperty)
public void setName(String name)
public void setOccurs(Occurs occurs)
public void setOccurs(URI occurs)
public void setPropertyDefinition(URI propertyDefinition)
public void setRange(URI[] ranges)
public void setReadOnly(Boolean readOnly)
public void setRepresentation(Representation representation)
public void setRepresentation(URI representation)
public void setTitle(String title)
public void setValueShape(URI valueShape)
public void setValueType(ValueType valueType)
public void setValueType(URI valueType)
Copyright © 2013. All Rights Reserved.