AttributeDefinition
.@Deprecated public class AttributeDefinition extends Object implements Serializable
Constructor and Description |
---|
AttributeDefinition()
Deprecated.
Zero-arg constructor for an AttributeDefinition.
|
AttributeDefinition(String name)
Deprecated.
Constructs an AttributeDefinition object which defines an attribute on an object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
String |
getDisplayName()
Deprecated.
Get the displayName value for this attribute definition.
|
String |
getName()
Deprecated.
Returns a String containing the name of the attribute defined.
|
AttributeType |
getType()
Deprecated.
Get the type of the value set on the attribute defined.
|
int |
hashCode()
Deprecated.
|
boolean |
isEditable()
Deprecated.
Returns the boolean value indicating if this attribute defined to be modifiable by an end user.
|
boolean |
isExtended()
Deprecated.
Returns whether or not this is an extended attribute definition or an attribute defined by the platform.
|
boolean |
isRequired()
Deprecated.
Returns whether or not this attribute is required to have a value.
|
void |
setDisplayName(String displayName)
Deprecated.
Set the displayName to be shown to end users for this attribute definition.
|
void |
setEditable(boolean editable)
Deprecated.
Set the indicator of whether or not this attribute value can be changed by an end user.
|
void |
setExtended(boolean extended)
Deprecated.
Set whether this attribute is user defined.
|
void |
setName(String name)
Deprecated.
Set the internal name of the attribute being defined.
|
void |
setRequired(boolean required)
Deprecated.
Set whether or not this attribute is required to have a value.
|
void |
setType(AttributeType type)
Deprecated.
Set the type of the value on the defined attribute.
|
String |
toString()
Deprecated.
|
public AttributeDefinition()
public AttributeDefinition(String name)
name
- A String containing the (internal) name of the attribute being defined. Cannot be null.public void setName(String name)
name
- The internal name of the attribute being defined.public String getName()
public void setEditable(boolean editable)
editable
- Is this attribute defined to be modifiable by an end user?public boolean isEditable()
public boolean isExtended()
public void setExtended(boolean extended)
extended
- The boolean value indicating if this attribute is user defined.public boolean isRequired()
public void setRequired(boolean required)
required
- The boolean value indicating if this attribute is required to be set.public String getDisplayName()
public void setDisplayName(String displayName)
displayName
- the displayName to setpublic AttributeType getType()
public void setType(AttributeType type)
type
- the type to setCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA