|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Property
com.starteam.VectorProperty
com.starteam.BinaryProperty
public class BinaryProperty
A BinaryProperty is a Property whose value is a Byte Stream
| Nested Class Summary | |
|---|---|
static class |
BinaryProperty.WebCacheBinaryProperty
Base accessor for cached SDK objects encapsulating the statefulness of objects obtained from the artifact cache. |
| Nested classes/interfaces inherited from class com.starteam.VectorProperty |
|---|
VectorProperty.WebCacheVectorProperty |
| Nested classes/interfaces inherited from class com.starteam.Property |
|---|
Property.MetaData, Property.WebCacheProperty |
| Method Summary | |
|---|---|
byte[] |
getDefaultValue()
returns the default value for this property instance |
java.lang.String |
getDisplayValue(java.lang.Object value)
Converts the given property value to a string suitable for display. |
QueryPart |
newQueryPart(QueryPart.Relation relation,
byte[] value)
Creates a new query expression that tests this property. |
void |
setDefaultValue(byte[] value)
sets the default value for this property instance |
| Methods inherited from class com.starteam.VectorProperty |
|---|
copy, getAbsoluteMaxLength, getMaxLength, getMinLength, isEqualTo, setMaxLength, setMinLength |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public byte[] getDefaultValue()
public void setDefaultValue(byte[] value)
value - byte[]
public QueryPart newQueryPart(QueryPart.Relation relation,
byte[] value)
relation - The query relation.value - The value to be tested.
public java.lang.String getDisplayValue(java.lang.Object value)
getDisplayValue in class Propertyvalue - A legal value for this property.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||