|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.interlis.iom_j.ViewableProperty
public class ViewableProperty
This class implements a lightweight description of a property.
Constructor Summary | |
---|---|
ViewableProperty(java.lang.String propertyName)
Constructs a new description of a property with the given name. |
Method Summary | |
---|---|
java.lang.String |
getBaseDefInClass()
gets the qualified ili-name of the class that contains the base definition of this property. |
java.lang.String |
getEnumType()
Gets the qualified ili-Name of the Enumeration type of this property. |
java.lang.String |
getName()
Gets the name of the property. |
boolean |
isTypeFinal()
tests if type of property is final. |
boolean |
isTypeOid()
Tests if this property is of type OID. |
void |
setBaseDefInClass(java.lang.String baseDefInClass)
sets the qualified ili-name of the class that contains the base definition of this property. |
void |
setEnumType(java.lang.String gmlCodeSpace)
Sets the qualified ili-Name of the Enumeration type of this property. |
void |
setName(java.lang.String name)
Sets the name of the property. |
void |
setTypeFinal(boolean typeFinal)
sets type of property as final. |
void |
setTypeOid(boolean typeOid)
Sets/clears if this properties is of type OID. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewableProperty(java.lang.String propertyName)
propertyName
- name of propertyMethod Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- new name of propertypublic boolean isTypeOid()
public void setTypeOid(boolean typeOid)
typeOid
- true if this is a OID property.
false if this property is not of type OID.public java.lang.String getEnumType()
public void setEnumType(java.lang.String gmlCodeSpace)
public java.lang.String getBaseDefInClass()
public void setBaseDefInClass(java.lang.String baseDefInClass)
public boolean isTypeFinal()
public void setTypeFinal(boolean typeFinal)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |