Java Globus API: Class GosObjectclassAttribute
org.globus.gos
Class GosObjectclassAttribute
java.lang.Object
|
+--org.globus.gos.GosDocumentElement
|
+--org.globus.gos.GosDescriptiveElement
|
+--org.globus.gos.GosObjectclassAttribute
- public class GosObjectclassAttribute
- extends GosDescriptiveElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GosObjectclassAttribute
public GosObjectclassAttribute()
GosObjectclassAttribute
public GosObjectclassAttribute(java.lang.String name)
setType
public void setType(java.lang.String type)
getType
public java.lang.String getType()
setSingleValued
public void setSingleValued(boolean singleValued)
isSingleValued
public boolean isSingleValued()
setRequired
public void setRequired(boolean required)
isRequired
public boolean isRequired()
toString
public java.lang.String toString()
- Overrides:
toString in class GosDocumentElement