|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Property
com.starteam.VectorProperty
public abstract class VectorProperty
A definition for Vector Properties; subclasses include Arrays, Text etc
| Nested Class Summary | |
|---|---|
static class |
VectorProperty.WebCacheVectorProperty
Base accessor for cached SDK objects encapsulating the statefulness of objects obtained from the artifact cache. |
| Nested classes/interfaces inherited from class com.starteam.Property |
|---|
Property.MetaData, Property.WebCacheProperty |
| Method Summary | |
|---|---|
Property |
copy()
Creates a copy of this VectorProperty object. |
int |
getAbsoluteMaxLength()
Gets the absolute maximum length supported for this property type. |
int |
getMaxLength()
Gets the maximum length of a property value. |
int |
getMinLength()
Gets the minimum length of a property value. |
boolean |
isEqualTo(Property property)
Compares two VectorProperty objects. |
void |
setMaxLength(int maxLength)
Sets the maximum length of a property value. |
void |
setMinLength(int minLength)
Sets the minimum length of a property value. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getMinLength()
public void setMinLength(int minLength)
minLength - - the minimum length of a property value.public int getMaxLength()
public void setMaxLength(int maxLength)
maxLength - - The maximum length of a property value.public int getAbsoluteMaxLength()
public Property copy()
The copied property will have the same parent Type as the original property. The Type object is not copied.
copy in class PropertyVectorProperty.isEqualTo(com.starteam.Property)public boolean isEqualTo(Property property)
isEqualTo in class Propertyproperty - the property to compare
VectorProperty.copy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||