Class ObjectDescriptor
java.lang.Object
com._1c.g5.v8.dt.supply.conversion.ObjectDescriptor
The single EDT object descriptor
-
Constructor Summary
ConstructorsConstructorDescriptionObjectDescriptor
(ConfigurationObjectType objectType, String objectName, boolean topObject, boolean externalProperty) Constructs an object descriptor instance -
Method Summary
Modifier and TypeMethodDescriptionGets the object nameGets the object typeboolean
Checks if the object is an external propertyboolean
Check if the object is a top object
-
Constructor Details
-
ObjectDescriptor
public ObjectDescriptor(ConfigurationObjectType objectType, String objectName, boolean topObject, boolean externalProperty) Constructs an object descriptor instance- Parameters:
objectType
- The object type. May not benull
objectName
- The name of the object. May benull
topObject
- The top object flagexternalProperty
- The external property flag
-
-
Method Details
-
getObjectName
Gets the object name- Returns:
- The name of the object. May not be
null
-
getObjectType
Gets the object type- Returns:
- The object type. May not be
null
-
isExternalProperty
public boolean isExternalProperty()Checks if the object is an external property- Returns:
- True if the object is an external property
-
isTopObject
public boolean isTopObject()Check if the object is a top object- Returns:
- True if the object is a top object
-