org.plasma.sdo.repository
Class Property

java.lang.Object
  extended by org.plasma.sdo.repository.Element
      extended by org.plasma.sdo.repository.Property

public class Property
extends Element


Constructor Summary
Property(org.modeldriven.fuml.repository.Property property)
           
 
Method Summary
 SDOAlias findAlias()
           
 SDOConcurrent findConcurrent()
           
 SDOEnumerationConstraint findEnumerationConstraint()
           
 SDOKey findKey()
           
 String findPhysicalName()
           
 Object findPropertyDefault()
           
 SDOSort findSort()
           
 SDOTemporal findTemporal()
           
 SDOUniqueConstraint findUniqueConstraint()
           
 SDOValueConstraint findValueConstraint()
           
 SDOValueSetConstraint findValueSetConstraint()
           
 SDOXmlProperty findXmlProperty()
           
 List<Comment> getComments()
           
 boolean getIsConcurrencyUser()
           
 boolean getIsConcurrencyVersion()
           
 boolean getIsLockingTimestamp()
           
 boolean getIsLockingUser()
           
 boolean getIsOriginationTimestamp()
           
 boolean getIsOriginationUser()
           
 boolean getIsPriKey()
           
 boolean getIsReadonly()
           
 boolean getIsUnique()
           
 String getLocalName()
           
 Long getMaxLength()
           
 String getName()
           
 org.modeldriven.fuml.repository.Property getOpposite()
           
 Enumeration getRestriction()
           
 fUML.Syntax.Classes.Kernel.VisibilityKind getVisibility()
           
 boolean isDataType()
           
 boolean isMany()
           
 boolean isNullable()
           
 
Methods inherited from class org.plasma.sdo.repository.Element
getNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(org.modeldriven.fuml.repository.Property property)
Method Detail

getName

public String getName()

findPropertyDefault

public Object findPropertyDefault()

isMany

public boolean isMany()

isNullable

public boolean isNullable()

getOpposite

public org.modeldriven.fuml.repository.Property getOpposite()

getComments

public List<Comment> getComments()

isDataType

public boolean isDataType()

getVisibility

public fUML.Syntax.Classes.Kernel.VisibilityKind getVisibility()

getIsReadonly

public boolean getIsReadonly()

findPhysicalName

public String findPhysicalName()

getLocalName

public String getLocalName()

findAlias

public SDOAlias findAlias()

findKey

public SDOKey findKey()

findConcurrent

public SDOConcurrent findConcurrent()

findTemporal

public SDOTemporal findTemporal()

findEnumerationConstraint

public SDOEnumerationConstraint findEnumerationConstraint()

findValueSetConstraint

public SDOValueSetConstraint findValueSetConstraint()

findValueConstraint

public SDOValueConstraint findValueConstraint()

findSort

public SDOSort findSort()

findUniqueConstraint

public SDOUniqueConstraint findUniqueConstraint()

getIsPriKey

public boolean getIsPriKey()

getMaxLength

public Long getMaxLength()

getRestriction

public Enumeration getRestriction()

findXmlProperty

public SDOXmlProperty findXmlProperty()

getIsConcurrencyUser

public boolean getIsConcurrencyUser()

getIsConcurrencyVersion

public boolean getIsConcurrencyVersion()

getIsLockingUser

public boolean getIsLockingUser()

getIsLockingTimestamp

public boolean getIsLockingTimestamp()

getIsOriginationUser

public boolean getIsOriginationUser()

getIsOriginationTimestamp

public boolean getIsOriginationTimestamp()

getIsUnique

public boolean getIsUnique()


Copyright © 2013. All rights reserved.