PATH |
Property
Package: com.apple.client.directtoweb.commonInherits from:java.lang.Object
Implements:
Class Description
This class is used internally by other classes in WebObjects and should be considered private. It should not be used, subclassed, or replaced.
Method Types
Constructors
- public Property()
- public Property(String string1, String string2, boolean aBoolean, int anInt, String string3, ComponentConfiguration aConfiguration, Vector aVector)
Static Constants
- alternativeComponentsInFrameworkKey
- ATTRIBUTE
- componentConfigurationKey
- CUSTOM_KEY
- displayNameKey
- hasChildrenKey
- KEYPATH
- propertyNameKey
- TO_MANY_RELATIONSHIP
- TO_ONE_RELATIONSHIP
- typeKey
- valueTypeKey
- visibleKey
Private Methods
- alternativeComponentsInFramework
- componentConfiguration
- copyValuesFrom
- decodeWithD2WKeyValueUnarchiver
- displayName
- encodeWithD2WKeyValueArchiver
- equals
- hasChildren
- isComplete
- isEOModelProperty
- markIncomplete
- propertyName
- setAlternativeComponentsInFramework
- setComponentConfiguration
- setDisplayName
- setHasChildren
- setPropertyName
- setType
- setVisibility
- toString
- type
- valueType
- visibility
Constructors
com.apple.client.directtoweb.common.Property
public Property()
This method is intentionally undocumented. You should never have to invoke or customize it.
com.apple.client.directtoweb.common.Property
public Property(String string1, String string2, boolean aBoolean, int anInt, String string3, ComponentConfiguration aConfiguration, Vector aVector)
This method is intentionally undocumented. You should never have to invoke or customize it.
Static Constants
alternativeComponentsInFrameworkKey
java.lang.String
This constant is intentionally undocumented.
ATTRIBUTE
int
This constant is intentionally undocumented.
componentConfigurationKey
java.lang.String
This constant is intentionally undocumented.
CUSTOM_KEY
int
This constant is intentionally undocumented.
displayNameKey
java.lang.String
This constant is intentionally undocumented.
hasChildrenKey
java.lang.String
This constant is intentionally undocumented.
KEYPATH
int
This constant is intentionally undocumented.
propertyNameKey
java.lang.String
This constant is intentionally undocumented.
TO_MANY_RELATIONSHIP
int
This constant is intentionally undocumented.
TO_ONE_RELATIONSHIP
int
This constant is intentionally undocumented.
typeKey
java.lang.String
This constant is intentionally undocumented.
valueTypeKey
java.lang.String
This constant is intentionally undocumented.
visibleKey
java.lang.String
This constant is intentionally undocumented.
Methods
alternativeComponentsInFramework
public Vector alternativeComponentsInFramework()
This method is intentionally undocumented. You should never have to invoke or customize it.
componentConfiguration
public ComponentConfiguration componentConfiguration()
This method is intentionally undocumented. You should never have to invoke or customize it.
copyValuesFrom
public void copyValuesFrom(Property aProperty)
This method is intentionally undocumented. You should never have to invoke or customize it.
decodeWithD2WKeyValueUnarchiver
public void decodeWithD2WKeyValueUnarchiver(D2WKeyValueUnarchiver unarchiver)
This method is intentionally undocumented. You should never have to invoke or customize it.
displayName
public String displayName()
This method is intentionally undocumented. You should never have to invoke or customize it.
encodeWithD2WKeyValueArchiver
public void encodeWithD2WKeyValueArchiver(D2WKeyValueArchiver archiver)
This method is intentionally undocumented. You should never have to invoke or customize it.
equals
public boolean equals(Object anObject)
This method is intentionally undocumented. You should never have to invoke or customize it.
hasChildren
public boolean hasChildren()
This method is intentionally undocumented. You should never have to invoke or customize it.
isComplete
public boolean isComplete()
This method is intentionally undocumented. You should never have to invoke or customize it.
isEOModelProperty
public boolean isEOModelProperty()
This method is intentionally undocumented. You should never have to invoke or customize it.
markIncomplete
public void markIncomplete()
This method is intentionally undocumented. You should never have to invoke or customize it.
propertyName
public String propertyName()
This method is intentionally undocumented. You should never have to invoke or customize it.
setAlternativeComponentsInFramework
public void setAlternativeComponentsInFramework(Vector aVector)
This method is intentionally undocumented. You should never have to invoke or customize it.
setComponentConfiguration
public void setComponentConfiguration(ComponentConfiguration aConfiguration)
This method is intentionally undocumented. You should never have to invoke or customize it.
setDisplayName
public void setDisplayName(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
setHasChildren
public void setHasChildren(boolean aBoolean)
This method is intentionally undocumented. You should never have to invoke or customize it.
setPropertyName
public void setPropertyName(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
setType
public void setType(int anInt)
This method is intentionally undocumented. You should never have to invoke or customize it.
setVisibility
public void setVisibility(boolean aBoolean)
This method is intentionally undocumented. You should never have to invoke or customize it.
toString
public String toString()
This method is intentionally undocumented. You should never have to invoke or customize it.
type
public int type()
This method is intentionally undocumented. You should never have to invoke or customize it.
valueType
public String valueType()
This method is intentionally undocumented. You should never have to invoke or customize it.
visibility
public boolean visibility()
This method is intentionally undocumented. You should never have to invoke or customize it.
© 2001 Apple Computer, Inc.