Uses of Class
org.infolayer.model.UmlProperty

Packages that use UmlProperty
org.infolayer.connection.table   
org.infolayer.model   
org.infolayer.ocl   
org.infolayer.soap   
org.infolayer.templates.html   
org.infolayer.templates.wml   
 

Uses of UmlProperty in org.infolayer.connection.table
 

Methods in org.infolayer.connection.table that return UmlProperty
 UmlProperty TableConnection.getProperty(Column column)
           
 

Methods in org.infolayer.connection.table with parameters of type UmlProperty
 Column TableConnection.getColumn(UmlProperty part)
           
 void TableConnection.loadInstance(UmlObject object, UmlProperty part)
           
 boolean TableBinary.isOwnedBy(UmlObject object, UmlProperty property)
           
 

Uses of UmlProperty in org.infolayer.model
 

Subclasses of UmlProperty in org.infolayer.model
 class UmlAssociationEnd
          Functionality shifted to UmlProperty, Only needed for XMI compatibility purposes
 class UmlAttribute
           
 

Methods in org.infolayer.model that return UmlProperty
 UmlProperty UmlClass.addProperty(UmlProperty f)
          Performs an additional check for physical property and physical property consistence, then calls super.addFeature.
 UmlProperty UmlClassifier.addProperty(UmlProperty p)
           
 UmlProperty UmlClassifier.addProperty(java.lang.String name, PropertyImpl impl, UmlClassifier type, int max, java.lang.String description)
           
 UmlProperty UmlClassifier.findProperty(java.lang.String name, boolean required)
          Searches for a property with the given name
 UmlProperty UmlClassifier.getStateProperty()
          Returns the property that stores the StateMachine state of this object.
 

Methods in org.infolayer.model with parameters of type UmlProperty
 boolean BinaryImpl.isOwnedBy(UmlObject object, UmlProperty part)
           
 Entry UmlObject.getEntry(UmlProperty prop)
          Internal method for usage by connection
 boolean Binary.isOwnedBy(UmlObject object, UmlProperty part)
          Allows detection of 'self-assignments'
 UmlProperty UmlClass.addProperty(UmlProperty f)
          Performs an additional check for physical property and physical property consistence, then calls super.addFeature.
 UmlProperty UmlClassifier.addProperty(UmlProperty p)
           
 boolean ByteArrayBinary.isOwnedBy(UmlObject object, UmlProperty property)
           
 

Constructors in org.infolayer.model with parameters of type UmlProperty
FileBinary(UmlObject owner, UmlProperty property, java.io.File file)
          Maps an existing file to a "Binary" object
 

Uses of UmlProperty in org.infolayer.ocl
 

Methods in org.infolayer.ocl that return UmlProperty
 UmlProperty PropertyExp.getProperty()
           
 

Constructors in org.infolayer.ocl with parameters of type UmlProperty
PropertyExp(OclExpression base, UmlProperty property)
           
 

Uses of UmlProperty in org.infolayer.soap
 

Methods in org.infolayer.soap with parameters of type UmlProperty
 java.lang.Object Soap_Update.readValue(UmlProperty property, UmlClassifier type)
          Reads a value from the SOAP request.
 

Uses of UmlProperty in org.infolayer.templates.html
 

Methods in org.infolayer.templates.html with parameters of type UmlProperty
static void TE_property.writeAssocSelect(XmlSerializer xw, IlRequest context, UmlObject object, UmlProperty part, java.lang.Object value, boolean isQuery)
          Writes a selection box holding the possible values that can be assigned to the given association.
static void TE_property.writeProperty(XmlSerializer xw, IlRequest context, UmlClass umlClass, UmlObject object, UmlProperty part, boolean compact)
           
static void TE_tree.writeObjectTree(XmlSerializer xw, IlRequest context, UmlObject umlObject, UmlProperty children, java.util.Hashtable visited)
           
static void TE_tree.writeObjectTree(XmlSerializer xw, IlRequest context, UmlObject umlObject, UmlProperty children, TemplateElement te, Bindings bindings, java.util.Hashtable visited)
           
static java.lang.String HtmlUtils.getBinaryName(UmlObject o, UmlProperty prop, java.lang.String format)
           
static void HtmlUtils.writeBinary(XmlSerializer xw, IlRequest context, UmlObject o, UmlProperty prop, java.lang.String format, java.lang.String name)
          Please note: In contrast to most other write methods, writeBinary is not a special case of writeAny, since it requires the "owning" object to generate a link.
 

Uses of UmlProperty in org.infolayer.templates.wml
 

Methods in org.infolayer.templates.wml with parameters of type UmlProperty
static void TE_property.writePart(XmlSerializer xw, IlRequest context, UmlObject object, UmlProperty property)