com.ibm.ram.client
Class RAMAttributeConstraint

java.lang.Object
  extended by com.ibm.ram.client.RAMAttributeConstraint

public class RAMAttributeConstraint
extends java.lang.Object

Created on an asset type to add, remove, or mark attributes as required for the asset type

Since:
7.1
Author:
kbauer

Method Summary
 RAMAssetAttribute getAssetAttribute()
          The attribute object this constraint refers to
 java.lang.String getAssetAttributeURI()
          The name of the attribute in this constraint
 boolean isRequired()
          Is this attribute required on all assets of this asset type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAssetAttribute

public RAMAssetAttribute getAssetAttribute()
The attribute object this constraint refers to

Returns:
Since:
7.1

getAssetAttributeURI

public java.lang.String getAssetAttributeURI()
The name of the attribute in this constraint

Since:
7.1

isRequired

public boolean isRequired()
Is this attribute required on all assets of this asset type

Since:
7.1